home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d7 / dsz0416x.arc / EXE_READ.ME < prev    next >
Text File  |  1991-04-28  |  1KB  |  36 lines

  1. Current versions of DSZ.EXE are compiled on the Xenix to DOS cross
  2. compiler from the same source files as DSZ.COM.
  3.  
  4. The .EXE version does not support the "B" (buffer size) parameter,
  5. and does not include file sharing code.
  6.  
  7. The .EXE version requires more memory than the .COM version.
  8.  
  9. It is included for the following reasons:
  10.  
  11.         1.  It is slightly faster than the .COM version when used on
  12.         4.77 mHz PC's at 19200 bps.
  13.  
  14.     The .EXE version uses macro expansions instead of subroutine
  15.     calls for CRC calculations, the compilation is speed optimized,
  16.     and the MS library routines may be faster than their TurboC
  17.     counterparts.
  18.  
  19.     2.  The .EXE version allows B parameter values up to 16384.
  20.     If you are having problems with overruns on disk writes
  21.     (Line Status Register 02 error) try the following if
  22.     "handshake slow" doesn't help:
  23.         dsz  pB16384 z pl16384 t
  24.     or
  25.         dsz  pB16384 z pl16384 rz
  26.  
  27.     3.  Some bulletin board interfaces are "hard wired" to
  28.     use the .EXE version in various mysterious ways.
  29.  
  30. Please refer to DSZ.DOC, part of DSZ.ARC for information on how to run
  31. this program.
  32.  
  33. NOTE: DOS searches for .COM programs before it searches for .EXE
  34. programs, even if an extension is specified!  This causes unexpected
  35. results if you have both DSZ.COM and DSZ.EXE.
  36.